/* onionring.js is made up of four files - onionring-widget.js, onionring-index.js, onionring-variables.js and onionring.css (this one!)
// it's licensed under the cooperative non-violent license (CNPL) v4+ (https://thufie.lain.haus/NPL.html)
// it was originally made by joey + mord of allium (è’œ) house, last updated 2020-10-24 */

/* === ONIONRING.CSS === */
/* this file affects the style of the widget. remember to replace all instances of #yevn with whatever value you have for ringID in the onionring-widget.js file. make sure it still has the # at the front, though! probably easiest to use find+replace to do it */


#yevn {
    font-family:'Courier New', Courier, monospace;
    font-size: 1.3em;
    color: #913838;
    margin: 0 auto;
    padding: 10px; /* creates some space around the widget */
}

#yevn table {
background-color: #ffd3d3;
text-align: justify;
border-radius: 10px;
color: #913838;
font-weight: bold;
margin: 0 auto; /* centers the widget */
}

#yevn table tr td {
padding: 4px 0px 0px 0px; /* creates some space between the links and text inside the widget */
}

#yevn .webring-prev {
text-align:right;
text-transform: uppercase;
padding: 0 0 0 10px;
font-size: larger;
}

#yevn .webring-prev a{
    color: #d15d5d;
}

#yevn .webring-info {
    text-align:center;
    text-transform: lowercase;
    font-weight: bold;
}

#yevn .webring-next {
text-align:left;
text-transform: uppercase;
padding: 0 10px 0 0;font-size: larger;
}

#yevn .webring-next a{
    color: #d15d5d;
}

#yevn .webring-links {
    color: #d15d5d;
}

#yevn .webring-links a {
    color: #d15d5d;
}